home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / asm / utils / zshell / readme < prev    next >
Text File  |  1980-01-03  |  3KB  |  74 lines

  1. Short:    CLI with REAL pipes and TAB-FNCompletion
  2. Kurz:     Einfach zu benutzende Shell mit Pipes
  3. Type:     util/shell
  4. Replaces: util/shell/zshell25.lha
  5. Uploader: uj3w@rz.uni-karlsruhe.de  (Martin Gierich)
  6. Author:   Paul Hayter, Martin Gierich
  7. Version:  2.7
  8. Price:    Free
  9. Requires: Nothing
  10.  
  11. For those who never read documents:
  12.  Please read at least the small chapter in the documentation called
  13.  "For Those Who Never Read The Whole Documentation".
  14.  
  15. New since V2.5:
  16.  * Anonymous pipes. You can choose between real and pseudo pipes.
  17.  * Filename Completion buffers contents of the directory (-> faster)
  18.    and allows cycling through the contents (-> easier to use).
  19.  * RUN command improved
  20.  * New command: SPLIT
  21.  * Even more localized
  22.  * Lots of bugfixes
  23.  
  24. Features:
  25.  * Freeware, no payment required !
  26.  * Usage is similar (or better) to the standard AmigaDOS shell.
  27.  * Has 66 built-in commands including all often needed commands,
  28.    so no disk access is necessary.
  29.    eg. list, dir, cd, assign, delete, copy, move, path, info, type
  30.  * About 32K small (pure assembler code)
  31.  * Starting from Workbench (!) or CLI. No installation needed.
  32.  * ANONYMOUS PIPES. You can choose between real and pseudo pipes.
  33.  * Fast FILENAME COMPLETION by simply pressing TAB; shows all matches.
  34.  * REVIEW buffer to see again what scrolled out of the window.
  35.  * Some commands and debugging features for PROGRAMMERS.
  36.  * ONLINE HELP function and AmigaGuide documentation with examples.
  37.  * Support of OS2.0+ and OS3.0+ specific stuff.
  38.  * LOCALIZED using standard shell's catalog file.
  39.  * Can open window on own screen
  40.  * Wild cards and recursive processing.
  41.  * Real RUN and NEWCLI command that reenters ZShell quickly.
  42.  * Application-Window/-Icon
  43.  * 100% script compatibility
  44.  * Can create and show HARD- and SOFTLINKS.
  45.  * DIR and LIST both sort (by default) and show file sizes.
  46.  
  47. Description:
  48.  ZShell is a small (32K), fast and powerful Shell with many (66)
  49.  built-in commands. So it replaces most of the commands in the C:
  50.  directory (like LIST, COPY etc.) which saves disk space and
  51.  reduces disk accesses. There is NO way around ZShell for those
  52.  who do not have a hard disk or still have Kickstart 1.2/1.3 !
  53.  
  54.  But it is very useful for those with a better Kickstart and/or
  55.  hard disk, too, because for example it has powerful editing &
  56.  history, filename completion, pipes, review buffer, some
  57.  Kickstart 2.0/3.0 specific features and a lovely LIST command.
  58.  
  59.  It tries to be AmigaDOS compatible, not just another UN*X shell
  60.  clone. The compatibility is, of course, not 100%, if you need that
  61.  use the standard AmigaDOS Shell. So ZShell has some differences,
  62.  that give the special feeling of it. I tried to make using ZShell
  63.  as easy as possible without reducing its power.
  64.  
  65.  ZShell is very useful for programmers, because it has things like
  66.  showing EXEC-lists and the task list, memory dumping and other
  67.  things you usually find in debuggers.
  68.  
  69.  You can switch off the internal command-line-editor to use
  70.  ZShell with console handlers like KingCON.
  71.  
  72. NOTE: The source code is available on Aminet in the archive
  73.       util/shell/ZShell27src.lha
  74.